From 72ac73dfa26b9db2323cbc6c63ed1da55275b8bd Mon Sep 17 00:00:00 2001 From: Bernd Zeimetz Date: Fri, 18 May 2012 10:47:23 +0200 Subject: [PATCH] Support nocheck in DEB_BUILD_OPTIONS. --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 220d5bee2..1652cd0ae 100755 --- a/debian/rules +++ b/debian/rules @@ -68,8 +68,10 @@ build-stamp: configure-stamp # Add here commands to compile the package. $(MAKE) -C gpsbabel +ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) chmod u+x gpsbabel/testo - $(MAKE) -C gpsbabel check + $(MAKE) -C gpsbabel check +endif touch $@ -- 2.30.2